| commit | 992bee504dce7605ebe424dcecf167e9cffeaee7 | [log] [tgz] |
|---|---|---|
| author | Renaud Guillard <dev@nore.fr> | Thu May 09 17:31:56 2013 +0200 |
| committer | Daniel Stenberg <daniel@haxx.se> | Thu May 09 21:51:35 2013 +0200 |
| tree | d7fd6c4ef599f66ab5c154c7c07d922651924dcc | |
| parent | 01a2abedd7e3a2075de70979003302313570c58c [diff] [blame] |
OS X framework: fix invalid symbolic link
diff --git a/MacOSX-Framework b/MacOSX-Framework index 4b2c178..9863b78 100755 --- a/MacOSX-Framework +++ b/MacOSX-Framework
@@ -103,7 +103,7 @@ ln -fs ${FRAMEWORK_VERSION}/Resources Resources ln -fs ${FRAMEWORK_VERSION}/Headers Headers cd Versions - ln -fs ${FRAMEWORK_VERSION} Current + ln -fs $(basename "${FRAMEWORK_VERSION}") Current echo Testing for SDK64 if test -d $SDK64_DIR; then